Leadtools.Medical.Workstation Namespace : ListWithEvents<T> Class |
[DefaultMemberAttribute("Item")] [SerializableAttribute()] public class ListWithEvents<T> : System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IList<T>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
'Declaration <DefaultMemberAttribute("Item")> <SerializableAttribute()> Public Class ListWithEvents(Of T) Implements System.Collections.Generic.ICollection(Of T), System.Collections.Generic.IEnumerable(Of T), System.Collections.Generic.IList(Of T), System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
'Usage Dim instance As ListWithEvents(Of T)
[DefaultMemberAttribute("Item")] [SerializableAttribute()] public __gc class ListWithEvents<T> : public System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IList<T>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
[DefaultMemberAttribute("Item")] [SerializableAttribute()] generic<typename T> public ref class ListWithEvents : public System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IList<T>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList